OsPath conversion of Annex.YouTubeDl
authorJoey Hess <joeyh@joeyh.name>
Wed, 5 Feb 2025 15:56:26 +0000 (11:56 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 5 Feb 2025 15:56:26 +0000 (11:56 -0400)
commit7805cd89ade4be57dd8ea27ce459701cab263fb0
treecf415d902c8c9d669fab0e8b2a98aedbd64f4797
parent85fa337f6122dde087619d680e95a411356aa8ce
OsPath conversion of Annex.YouTubeDl

The change of R.doesPathExist to doesFileExist I think fixes a reversion
introduced in commit 1ceece3108f03badcca0d9c64cd287f9352656b3. Before
that commit, it was doesFileExist, and I assume to point is that this is
only supposed to return files, not any subdirectories that yt-dlp might
create while running.
Annex/YoutubeDl.hs